All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.LayoutManager

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.LayoutManager

public class LayoutManager
extends NativeObject
This class wraps the Objective-C class NSLayoutManager.


Constructor Index

 o LayoutManager()
This default constructor is equivalent to Objective-C's [[NSLayoutManager alloc] init].
 o LayoutManager(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.

Method Index

 o actualCharacterRangeForCharacterRange(Range)
A wrapper for the - actualCharacterRangeForCharacterRange: Objective-C instance method.
 o actualGlyphRangeForGlyphRange(Range)
A wrapper for the - actualGlyphRangeForGlyphRange: Objective-C instance method.
 o addTextContainer(TextContainer)
A wrapper for the - addTextContainer: Objective-C instance method.
 o backgroundLayoutEnabled()
A wrapper for the - backgroundLayoutEnabled Objective-C instance method.
 o boundingRectForGlyphRange(Range, TextContainer)
A wrapper for the - boundingRectForGlyphRange:inTextContainer: Objective-C instance method.
 o characterIndexForGlyphAtIndex(int)
A wrapper for the - characterIndexForGlyphAtIndex: Objective-C instance method.
 o characterRangeForGlyphRange(Range)
A wrapper for the - characterRangeForGlyphRange: Objective-C instance method.
 o delegate()
A wrapper for the - delegate Objective-C instance method.
 o deleteGlyphsInRange(Range)
A wrapper for the - deleteGlyphsInRange: Objective-C instance method.
 o drawBackgroundForGlyphRange(Range, Point)
A wrapper for the - drawBackgroundForGlyphRange:atPoint: Objective-C instance method.
 o drawGlyphsForGlyphRange(Range, Point)
A wrapper for the - drawGlyphsForGlyphRange:atPoint: Objective-C instance method.
 o drawsOutsideLineFragmentForGlyphAtIndex(int)
A wrapper for the - drawsOutsideLineFragmentForGlyphAtIndex: Objective-C instance method.
 o drawUnderlineForGlyphRange(Range, int, float, Rect, Range, Point)
A wrapper for the - drawUnderlineForGlyphRange:underlineType:baselineOffset:lineFragmentRect:lineFragmentGlyphRange:containerOrigin: Objective-C instance method.
 o effectiveCharacterRangeInTextContainerForGlyphAtIndex(int)
A wrapper for the - effectiveCharacterRangeInTextContainerForGlyphAtIndex: Objective-C instance method.
 o effectiveGlyphRangeInLineFragmentRectForGlyphAtIndex(int)
A wrapper for the - effectiveGlyphRangeInLineFragmentRectForGlyphAtIndex: Objective-C instance method.
 o effectiveGlyphRangeInLineFragmentUsedRectForGlyphAtIndex(int)
A wrapper for the - effectiveGlyphRangeInLineFragmentUsedRectForGlyphAtIndex: Objective-C instance method.
 o extraLineFragmentRect()
A wrapper for the - extraLineFragmentRect Objective-C instance method.
 o extraLineFragmentTextContainer()
A wrapper for the - extraLineFragmentTextContainer Objective-C instance method.
 o extraLineFragmentUsedRect()
A wrapper for the - extraLineFragmentUsedRect Objective-C instance method.
 o firstTextView()
A wrapper for the - firstTextView Objective-C instance method.
 o glyphAtIndex(int)
A wrapper for the - glyphAtIndex: Objective-C instance method.
 o glyphAttributeForGlyphAtIndex(int, int)
A wrapper for the - intAttribute:forGlyphAtIndex: Objective-C instance method.
 o glyphRangeForBoundingRect(Rect, TextContainer)
A wrapper for the - glyphRangeForBoundingRect:inTextContainer: Objective-C instance method.
 o glyphRangeForBoundingRectWithoutAdditionalLayout(Rect, TextContainer)
A wrapper for the - glyphRangeForBoundingRectWithoutAdditionalLayout:inTextContainer: Objective-C instance method.
 o glyphRangeForCharacterRange(Range)
A wrapper for the - glyphRangeForCharacterRange: Objective-C instance method.
 o glyphRangeForTextContainer(TextContainer)
A wrapper for the - glyphRangeForTextContainer: Objective-C instance method.
 o hyphenationFactor()
A wrapper for the - hyphenationFactor Objective-C instance method.
 o insertGlyphAtGlyphIndex(int, int, int)
A wrapper for the - insertGlyph:atGlyphIndex:characterIndex: Objective-C instance method.
 o insertTextContainerAtIndex(TextContainer, int)
A wrapper for the - insertTextContainer:atIndex: Objective-C instance method.
 o invalidateDisplayForCharacterRange(Range)
A wrapper for the - invalidateDisplayForCharacterRange: Objective-C instance method.
 o invalidateDisplayForGlyphRange(Range)
A wrapper for the - invalidateDisplayForGlyphRange: Objective-C instance method.
 o invalidateGlyphsForCharacterRange(Range, int)
A wrapper for the - invalidateGlyphsForCharacterRange:changeInLength: Objective-C instance method.
 o invalidateLayoutForCharacterRange(Range, boolean)
A wrapper for the - invalidateLayoutForCharacterRange:isSoft: Objective-C instance method.
 o layoutManagerOwnsFirstResponderInWindow(Window)
A wrapper for the - layoutManagerOwnsFirstResponderInWindow: Objective-C instance method.
 o lineFragmentRectForGlyphAtIndex(int)
A wrapper for the - lineFragmentRectForGlyphAtIndex: Objective-C instance method.
 o lineFragmentUsedRectForGlyphAtIndex(int)
A wrapper for the - lineFragmentUsedRectForGlyphAtIndex: Objective-C instance method.
 o locationForGlyphAtIndex(int)
A wrapper for the - locationForGlyphAtIndex: Objective-C instance method.
 o notShownAttributeForGlyphAtIndex(int)
A wrapper for the - notShownAttributeForGlyphAtIndex: Objective-C instance method.
 o numberOfGlyphs()
A wrapper for the - numberOfGlyphs Objective-C instance method.
 o rangeOfNominallySpacedGlyphsContainingIndex(int)
A wrapper for the - rangeOfNominallySpacedGlyphsContainingIndex: Objective-C instance method.
 o removeTextContainerAtIndex(int)
A wrapper for the - removeTextContainerAtIndex: Objective-C instance method.
 o replaceGlyphAtIndex(int, int)
A wrapper for the - replaceGlyphAtIndex:withGlyph: Objective-C instance method.
 o replaceTextStorage(TextStorage)
A wrapper for the - replaceTextStorage: Objective-C instance method.
 o rulerAccessoryViewForTextView(TextView, ParagraphStyle, RulerView, boolean)
A wrapper for the - rulerAccessoryViewForTextView:paragraphStyle:ruler:enabled: Objective-C instance method.
 o rulerMarkersForTextView(TextView, ParagraphStyle, RulerView)
A wrapper for the - rulerMarkersForTextView:paragraphStyle:ruler: Objective-C instance method.
 o setBackgroundLayoutEnabled(boolean)
A wrapper for the - setBackgroundLayoutEnabled: Objective-C instance method.
 o setCharacterIndexForGlyphAtIndex(int, int)
A wrapper for the - setCharacterIndex:forGlyphAtIndex: Objective-C instance method.
 o setDelegate(Object)
A wrapper for the - setDelegate: Objective-C instance method.
 o setDrawsOutsideLineFragmentForGlyphAtIndex(boolean, int)
A wrapper for the - setDrawsOutsideLineFragment:forGlyphAtIndex: Objective-C instance method.
 o setExtraLineFragmentRect(Rect, Rect, TextContainer)
A wrapper for the - setExtraLineFragmentRect:usedRect:textContainer: Objective-C instance method.
 o setGlyphAttributeForGlyphAtIndex(int, int, int)
A wrapper for the - setIntAttribute:value:forGlyphAtIndex: Objective-C instance method.
 o setHyphenationFactor(float)
A wrapper for the - setHyphenationFactor: Objective-C instance method.
 o setLineFragmentRect(Rect, Range, Rect)
A wrapper for the - setLineFragmentRect:forGlyphRange:usedRect: Objective-C instance method.
 o setLocationForStartOfGlyphRange(Point, Range)
A wrapper for the - setLocation:forStartOfGlyphRange: Objective-C instance method.
 o setNotShownForGlyphAtIndex(boolean, int)
A wrapper for the - setNotShownAttribute:forGlyphAtIndex: Objective-C instance method.
 o setShowsControlCharacters(boolean)
A wrapper for the - setShowsControlCharacters: Objective-C instance method.
 o setShowsInvisibleCharacters(boolean)
A wrapper for the - setShowsInvisibleCharacters: Objective-C instance method.
 o setTextContainerForGlyphRange(TextContainer, Range)
A wrapper for the - setTextContainer:forGlyphRange: Objective-C instance method.
 o setTextStorage(TextStorage)
A wrapper for the - setTextStorage: Objective-C instance method.
 o setUsesScreenFonts(boolean)
A wrapper for the - setUsesScreenFonts: Objective-C instance method.
 o showAttachmentCell(Cell, Point)
A wrapper for the - showAttachmentCell:atPoint: Objective-C instance method.
 o showsControlCharacters()
A wrapper for the - showsControlCharacters Objective-C instance method.
 o showsInvisibleCharacters()
A wrapper for the - showsInvisibleCharacters Objective-C instance method.
 o substituteFontForFont(Font)
A wrapper for the - substituteFontForFont: Objective-C instance method.
 o textContainerChangedGeometry(TextContainer)
A wrapper for the - textContainerChangedGeometry: Objective-C instance method.
 o textContainerChangedTextView(TextContainer)
A wrapper for the - textContainerChangedTextView: Objective-C instance method.
 o textContainerForGlyphAtIndex(int)
A wrapper for the - textContainerForGlyphAtIndex: Objective-C instance method.
 o textContainers()
A wrapper for the - textContainers Objective-C instance method.
 o textStorage()
A wrapper for the - textStorage Objective-C instance method.
 o textStorageChanged(TextStorage, int, Range, int, Range)
A wrapper for the - textStorage:edited:range:changeInLength:invalidatedRange: Objective-C instance method.
 o textViewForBeginningOfSelection()
A wrapper for the - textViewForBeginningOfSelection Objective-C instance method.
 o underlineGlyphRange(Range, int, Rect, Range, Point)
A wrapper for the - underlineGlyphRange:underlineType:lineFragmentRect:lineFragmentGlyphRange:containerOrigin: Objective-C instance method.
 o usedRectForTextContainer(TextContainer)
A wrapper for the - usedRectForTextContainer: Objective-C instance method.
 o usesScreenFonts()
A wrapper for the - usesScreenFonts Objective-C instance method.

Constructors

 o LayoutManager
 protected LayoutManager(boolean shouldAllocate,
                         int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o LayoutManager
 public LayoutManager()
This default constructor is equivalent to Objective-C's [[NSLayoutManager alloc] init].

Methods

 o textStorage
 public native TextStorage textStorage()
A wrapper for the - textStorage Objective-C instance method.

 o setTextStorage
 public native void setTextStorage(TextStorage textStorage)
A wrapper for the - setTextStorage: Objective-C instance method.

 o replaceTextStorage
 public native void replaceTextStorage(TextStorage newTextStorage)
A wrapper for the - replaceTextStorage: Objective-C instance method.

 o delegate
 public native Object delegate()
A wrapper for the - delegate Objective-C instance method.

 o setDelegate
 public native void setDelegate(Object delegate)
A wrapper for the - setDelegate: Objective-C instance method.

 o textContainers
 public native Array textContainers()
A wrapper for the - textContainers Objective-C instance method.

 o addTextContainer
 public native void addTextContainer(TextContainer container)
A wrapper for the - addTextContainer: Objective-C instance method.

 o insertTextContainerAtIndex
 public native void insertTextContainerAtIndex(TextContainer container,
                                               int index)
A wrapper for the - insertTextContainer:atIndex: Objective-C instance method.

 o removeTextContainerAtIndex
 public native void removeTextContainerAtIndex(int index)
A wrapper for the - removeTextContainerAtIndex: Objective-C instance method.

 o textContainerChangedGeometry
 public native void textContainerChangedGeometry(TextContainer container)
A wrapper for the - textContainerChangedGeometry: Objective-C instance method.

 o textContainerChangedTextView
 public native void textContainerChangedTextView(TextContainer container)
A wrapper for the - textContainerChangedTextView: Objective-C instance method.

 o invalidateDisplayForGlyphRange
 public final native void invalidateDisplayForGlyphRange(Range glyphRange)
A wrapper for the - invalidateDisplayForGlyphRange: Objective-C instance method.

 o invalidateDisplayForCharacterRange
 public native void invalidateDisplayForCharacterRange(Range charRange)
A wrapper for the - invalidateDisplayForCharacterRange: Objective-C instance method.

 o textStorageChanged
 public native void textStorageChanged(TextStorage str,
                                       int editedMask,
                                       Range newCharRange,
                                       int delta,
                                       Range invalidatedCharRange)
A wrapper for the - textStorage:edited:range:changeInLength:invalidatedRange: Objective-C instance method.

 o setBackgroundLayoutEnabled
 public native void setBackgroundLayoutEnabled(boolean flag)
A wrapper for the - setBackgroundLayoutEnabled: Objective-C instance method.

 o backgroundLayoutEnabled
 public native boolean backgroundLayoutEnabled()
A wrapper for the - backgroundLayoutEnabled Objective-C instance method.

 o setShowsInvisibleCharacters
 public native void setShowsInvisibleCharacters(boolean flag)
A wrapper for the - setShowsInvisibleCharacters: Objective-C instance method.

 o showsInvisibleCharacters
 public native boolean showsInvisibleCharacters()
A wrapper for the - showsInvisibleCharacters Objective-C instance method.

 o setShowsControlCharacters
 public native void setShowsControlCharacters(boolean flag)
A wrapper for the - setShowsControlCharacters: Objective-C instance method.

 o showsControlCharacters
 public native boolean showsControlCharacters()
A wrapper for the - showsControlCharacters Objective-C instance method.

 o setHyphenationFactor
 public native void setHyphenationFactor(float factor)
A wrapper for the - setHyphenationFactor: Objective-C instance method.

 o hyphenationFactor
 public native float hyphenationFactor()
A wrapper for the - hyphenationFactor Objective-C instance method.

 o insertGlyphAtGlyphIndex
 public native void insertGlyphAtGlyphIndex(int glyph,
                                            int glyphIndex,
                                            int charIndex)
A wrapper for the - insertGlyph:atGlyphIndex:characterIndex: Objective-C instance method.

 o replaceGlyphAtIndex
 public native void replaceGlyphAtIndex(int glyphIndex,
                                        int newGlyph)
A wrapper for the - replaceGlyphAtIndex:withGlyph: Objective-C instance method.

 o deleteGlyphsInRange
 public native void deleteGlyphsInRange(Range glyphRange)
A wrapper for the - deleteGlyphsInRange: Objective-C instance method.

 o setCharacterIndexForGlyphAtIndex
 public native void setCharacterIndexForGlyphAtIndex(int charIndex,
                                                     int glyphIndex)
A wrapper for the - setCharacterIndex:forGlyphAtIndex: Objective-C instance method.

 o numberOfGlyphs
 public native int numberOfGlyphs()
A wrapper for the - numberOfGlyphs Objective-C instance method.

 o glyphAtIndex
 public native int glyphAtIndex(int glyphIndex)
A wrapper for the - glyphAtIndex: Objective-C instance method.

 o characterIndexForGlyphAtIndex
 public native int characterIndexForGlyphAtIndex(int glyphIndex)
A wrapper for the - characterIndexForGlyphAtIndex: Objective-C instance method.

 o setGlyphAttributeForGlyphAtIndex
 public native void setGlyphAttributeForGlyphAtIndex(int attributeTag,
                                                     int val,
                                                     int glyphIndex)
A wrapper for the - setIntAttribute:value:forGlyphAtIndex: Objective-C instance method.

 o glyphAttributeForGlyphAtIndex
 public native int glyphAttributeForGlyphAtIndex(int attributeTag,
                                                 int glyphIndex)
A wrapper for the - intAttribute:forGlyphAtIndex: Objective-C instance method.

 o setTextContainerForGlyphRange
 public native void setTextContainerForGlyphRange(TextContainer container,
                                                  Range glyphRange)
A wrapper for the - setTextContainer:forGlyphRange: Objective-C instance method.

 o setLineFragmentRect
 public native void setLineFragmentRect(Rect fragmentRect,
                                        Range glyphRange,
                                        Rect usedRect)
A wrapper for the - setLineFragmentRect:forGlyphRange:usedRect: Objective-C instance method.

 o setExtraLineFragmentRect
 public native void setExtraLineFragmentRect(Rect fragmentRect,
                                             Rect usedRect,
                                             TextContainer container)
A wrapper for the - setExtraLineFragmentRect:usedRect:textContainer: Objective-C instance method.

 o setDrawsOutsideLineFragmentForGlyphAtIndex
 public native void setDrawsOutsideLineFragmentForGlyphAtIndex(boolean flag,
                                                               int glyphIndex)
A wrapper for the - setDrawsOutsideLineFragment:forGlyphAtIndex: Objective-C instance method.

 o setLocationForStartOfGlyphRange
 public native void setLocationForStartOfGlyphRange(Point location,
                                                    Range glyphRange)
A wrapper for the - setLocation:forStartOfGlyphRange: Objective-C instance method.

 o setNotShownForGlyphAtIndex
 public native void setNotShownForGlyphAtIndex(boolean flag,
                                               int glyphIndex)
A wrapper for the - setNotShownAttribute:forGlyphAtIndex: Objective-C instance method.

 o usedRectForTextContainer
 public native Rect usedRectForTextContainer(TextContainer container)
A wrapper for the - usedRectForTextContainer: Objective-C instance method.

 o extraLineFragmentRect
 public native Rect extraLineFragmentRect()
A wrapper for the - extraLineFragmentRect Objective-C instance method.

 o extraLineFragmentUsedRect
 public native Rect extraLineFragmentUsedRect()
A wrapper for the - extraLineFragmentUsedRect Objective-C instance method.

 o extraLineFragmentTextContainer
 public native TextContainer extraLineFragmentTextContainer()
A wrapper for the - extraLineFragmentTextContainer Objective-C instance method.

 o drawsOutsideLineFragmentForGlyphAtIndex
 public native boolean drawsOutsideLineFragmentForGlyphAtIndex(int glyphIndex)
A wrapper for the - drawsOutsideLineFragmentForGlyphAtIndex: Objective-C instance method.

 o locationForGlyphAtIndex
 public native Point locationForGlyphAtIndex(int glyphIndex)
A wrapper for the - locationForGlyphAtIndex: Objective-C instance method.

 o notShownAttributeForGlyphAtIndex
 public native boolean notShownAttributeForGlyphAtIndex(int glyphIndex)
A wrapper for the - notShownAttributeForGlyphAtIndex: Objective-C instance method.

 o glyphRangeForTextContainer
 public native Range glyphRangeForTextContainer(TextContainer container)
A wrapper for the - glyphRangeForTextContainer: Objective-C instance method.

 o rangeOfNominallySpacedGlyphsContainingIndex
 public native Range rangeOfNominallySpacedGlyphsContainingIndex(int glyphIndex)
A wrapper for the - rangeOfNominallySpacedGlyphsContainingIndex: Objective-C instance method.

 o boundingRectForGlyphRange
 public native Rect boundingRectForGlyphRange(Range glyphRange,
                                              TextContainer container)
A wrapper for the - boundingRectForGlyphRange:inTextContainer: Objective-C instance method.

 o glyphRangeForBoundingRect
 public native Range glyphRangeForBoundingRect(Rect bounds,
                                               TextContainer container)
A wrapper for the - glyphRangeForBoundingRect:inTextContainer: Objective-C instance method.

 o glyphRangeForBoundingRectWithoutAdditionalLayout
 public native Range glyphRangeForBoundingRectWithoutAdditionalLayout(Rect bounds,
                                                                      TextContainer container)
A wrapper for the - glyphRangeForBoundingRectWithoutAdditionalLayout:inTextContainer: Objective-C instance method.

 o usesScreenFonts
 public native boolean usesScreenFonts()
A wrapper for the - usesScreenFonts Objective-C instance method.

 o setUsesScreenFonts
 public native void setUsesScreenFonts(boolean flag)
A wrapper for the - setUsesScreenFonts: Objective-C instance method.

 o substituteFontForFont
 public native Font substituteFontForFont(Font originalFont)
A wrapper for the - substituteFontForFont: Objective-C instance method.

 o rulerMarkersForTextView
 public native Array rulerMarkersForTextView(TextView view,
                                             ParagraphStyle style,
                                             RulerView ruler)
A wrapper for the - rulerMarkersForTextView:paragraphStyle:ruler: Objective-C instance method.

 o rulerAccessoryViewForTextView
 public native View rulerAccessoryViewForTextView(TextView view,
                                                  ParagraphStyle style,
                                                  RulerView ruler,
                                                  boolean isEnabled)
A wrapper for the - rulerAccessoryViewForTextView:paragraphStyle:ruler:enabled: Objective-C instance method.

 o layoutManagerOwnsFirstResponderInWindow
 public native boolean layoutManagerOwnsFirstResponderInWindow(Window window)
A wrapper for the - layoutManagerOwnsFirstResponderInWindow: Objective-C instance method.

 o firstTextView
 public native TextView firstTextView()
A wrapper for the - firstTextView Objective-C instance method.

 o textViewForBeginningOfSelection
 public native TextView textViewForBeginningOfSelection()
A wrapper for the - textViewForBeginningOfSelection Objective-C instance method.

 o drawBackgroundForGlyphRange
 public native void drawBackgroundForGlyphRange(Range glyphsToShow,
                                                Point origin)
A wrapper for the - drawBackgroundForGlyphRange:atPoint: Objective-C instance method.

 o drawGlyphsForGlyphRange
 public native void drawGlyphsForGlyphRange(Range glyphsToShow,
                                            Point origin)
A wrapper for the - drawGlyphsForGlyphRange:atPoint: Objective-C instance method.

 o showAttachmentCell
 public native void showAttachmentCell(Cell cell,
                                       Point point)
A wrapper for the - showAttachmentCell:atPoint: Objective-C instance method.

 o drawUnderlineForGlyphRange
 public native void drawUnderlineForGlyphRange(Range glyphRange,
                                               int underlineVal,
                                               float baselineOffset,
                                               Rect lineRect,
                                               Range lineGlyphRange,
                                               Point containerOrigin)
A wrapper for the - drawUnderlineForGlyphRange:underlineType:baselineOffset:lineFragmentRect:lineFragmentGlyphRange:containerOrigin: Objective-C instance method.

 o underlineGlyphRange
 public native void underlineGlyphRange(Range glyphRange,
                                        int underlineVal,
                                        Rect lineRect,
                                        Range lineGlyphRange,
                                        Point containerOrigin)
A wrapper for the - underlineGlyphRange:underlineType:lineFragmentRect:lineFragmentGlyphRange:containerOrigin: Objective-C instance method.

 o invalidateGlyphsForCharacterRange
 public native Range invalidateGlyphsForCharacterRange(Range charRange,
                                                       int delta)
A wrapper for the - invalidateGlyphsForCharacterRange:changeInLength: Objective-C instance method.

 o invalidateLayoutForCharacterRange
 public final native Range invalidateLayoutForCharacterRange(Range charRange,
                                                             boolean flag)
A wrapper for the - invalidateLayoutForCharacterRange:isSoft: Objective-C instance method.

 o textContainerForGlyphAtIndex
 public final native TextContainer textContainerForGlyphAtIndex(int glyphIndex)
A wrapper for the - textContainerForGlyphAtIndex: Objective-C instance method.

 o effectiveCharacterRangeInTextContainerForGlyphAtIndex
 public final native Range effectiveCharacterRangeInTextContainerForGlyphAtIndex(int glyphIndex)
A wrapper for the - effectiveCharacterRangeInTextContainerForGlyphAtIndex: Objective-C instance method.

 o lineFragmentRectForGlyphAtIndex
 public final native Rect lineFragmentRectForGlyphAtIndex(int glyphIndex)
A wrapper for the - lineFragmentRectForGlyphAtIndex: Objective-C instance method.

 o effectiveGlyphRangeInLineFragmentRectForGlyphAtIndex
 public final native Range effectiveGlyphRangeInLineFragmentRectForGlyphAtIndex(int glyphIndex)
A wrapper for the - effectiveGlyphRangeInLineFragmentRectForGlyphAtIndex: Objective-C instance method.

 o lineFragmentUsedRectForGlyphAtIndex
 public final native Rect lineFragmentUsedRectForGlyphAtIndex(int glyphIndex)
A wrapper for the - lineFragmentUsedRectForGlyphAtIndex: Objective-C instance method.

 o effectiveGlyphRangeInLineFragmentUsedRectForGlyphAtIndex
 public final native Range effectiveGlyphRangeInLineFragmentUsedRectForGlyphAtIndex(int glyphIndex)
A wrapper for the - effectiveGlyphRangeInLineFragmentUsedRectForGlyphAtIndex: Objective-C instance method.

 o glyphRangeForCharacterRange
 public final native Range glyphRangeForCharacterRange(Range charRange)
A wrapper for the - glyphRangeForCharacterRange: Objective-C instance method.

 o actualCharacterRangeForCharacterRange
 public final native Range actualCharacterRangeForCharacterRange(Range charRange)
A wrapper for the - actualCharacterRangeForCharacterRange: Objective-C instance method.

 o characterRangeForGlyphRange
 public final native Range characterRangeForGlyphRange(Range glyphRange)
A wrapper for the - characterRangeForGlyphRange: Objective-C instance method.

 o actualGlyphRangeForGlyphRange
 public final native Range actualGlyphRangeForGlyphRange(Range glyphRange)
A wrapper for the - actualGlyphRangeForGlyphRange: Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index